home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net 2002 March
/
DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin
/
pc
/
PC Software
/
free_browsing
/
DavesQckSearchDbar3-14
/
dqsd.exe
/
searches
/
howfar.xml
< prev
next >
Wrap
Text File
|
2002-08-30
|
2KB
|
51 lines
<search function="howfar">
<name>How Far Is It</name>
<category>Travel</category>
<contributor>John W. Bairen, Jr.</contributor>
<link>http://www.indo.com/distance/index.html</link>
<email>john_at_bairen_dot_net</email>
<description>
Indio.com's How Far Is It From City to City Calculator
<div class="helpboxDescLabels">Examples:</div>
<table class="helpboxDescTable">
<tr><td>howfar /Pittsburgh, PA /Paris France </td></tr>
<tr><td>howfar /Pittsburgh, PA /Chicago, IL</td></tr>
<tr><td>howfar /Pittsburgh, PA</td></tr>
<tr><td>howfar Pittsburgh, PA</td></tr>
</table>
</description>
<form name="howfarf"
method="get"
action="http://www.indo.com/cgi-bin/dist">
<input type="hidden" name="place1" value="" />
<input type="hidden" name="place2" value="" />
</form>
<script><![CDATA[
function howfar(q)
{
if( nullArgs("howfar", q) )
return false;
else
{
var howfararray = new Array();
howfararray = q.split("/")
if (howfararray[1])
document.howfarf.place1.value = howfararray[1];
else
document.howfarf.place1.value = q;
if (howfararray[2])
document.howfarf.place2.value = howfararray[2];
else
document.howfarf.place2.value = "";
}
submitForm(howfarf);
return true;
}
]]></script>
<copyright>
Copyright (c) 2002 David Bau
Distributed under the terms of the
GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
</search>